home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Komunik
/
Webscr
/
HTMLtool
/
_SETUP.1
/
Statusbar Hints.scp
< prev
next >
Wrap
Text File
|
1999-10-03
|
522b
|
17 lines
<HTMLtool>Places a "hint" in the status bar when the mouse moves over a link</HTMLtool>
<!-- Some browsers do not clear the status bar with the OnMouseOut
code. This can be fixed by putting this SCRIPT tag into your
HEAD tag.
-->
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
defaultStatus = " "
//-->
</SCRIPT>
<!-- Where ever you have a link -->
<A HREF="http://www.lograf.com/"
ONMOUSEOVER="window.status='Visit the HTMLtool homepage'; return true"
ONMOUSEOUT="window.status=''">link text/image here</A>